]> err.no Git - sope/commitdiff
install manpages
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 12 Apr 2005 13:50:49 +0000 (13:50 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 12 Apr 2005 13:50:49 +0000 (13:50 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@728 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/GNUmakefile
sope-appserver/NGObjWeb/TODO
sope-appserver/NGObjWeb/Version
sope-appserver/NGObjWeb/fhs.make
sope-appserver/NGObjWeb/sope-ngobjweb-defaults.5

index af49508bf85c9194a1acb24f22fb211fc988489d..7595a264bde6ca2fe7663bce2ae896e53c9a6caa 100644 (file)
@@ -1,3 +1,11 @@
+2005-04-12  Helge Hess  <helge.hess@skyrix.com>
+
+       * v4.5.150
+
+       * fhs.make: install manpages
+
+       * sope-ngobjweb-defaults: fixed a syntax error
+
 2005-04-05  Helge Hess  <helge.hess@opengroupware.org>
 
        * DynamicElements/WOPopUpButton.m: added a template so that static
index cd9572c7feaaa48cd3fe02d3042a002613bf1264..c41d327f01495b66a417316e88dc43d676b7f179 100644 (file)
@@ -33,6 +33,9 @@ libNGObjWeb_RESOURCES = \
        Languages.plist         \
        DAVPropMap.plist        \
 
+FHS_MANPAGES += \
+       sope-ngobjweb-defaults.5
+
 libNGObjWeb_HEADER_FILES = \
        NGObjWebDecls.h                 \
        NGObjWeb.h                      \
index e99214a36a16c080e043b3435a4a8cc48c6c9d89..ae451e598d4564164006867281559ffa4092bfd7 100644 (file)
@@ -16,9 +16,17 @@ TODO
   WOSimpleHTTPParser
   - also: WOMultipartIterator.WOFormData
 
+Man Pages
+=========
+
+Checking for correctness:
+  nroff -mandoc  -Tascii sope-ngobjweb-defaults.5 > /dev/null
+
+
 Dynamic Elements
 ================
 - none missing?
+- WOActiveImage
 
 WOx
 ===
index 8bd48528867e4d00977cc49ebb9ada290029f00c..5bd2e110d549e5a608b3721cbbc646a34fff8d10 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=149
+SUBMINOR_VERSION:=150
 
 # v4.5.122 requires libNGExtensions v4.5.153
 # v4.5.91  requires libNGExtensions v4.5.134
index 7109fc8de953529cb9e3ebea0acb8f349928aa16..de580e5d673fc5ede8e05e2384084ab5e77742bd 100644 (file)
@@ -8,6 +8,7 @@ FHS_INCLUDE_DIR=$(FHS_INSTALL_ROOT)/include/
 FHS_LIB_DIR=$(FHS_INSTALL_ROOT)/lib/
 FHS_BIN_DIR=$(FHS_INSTALL_ROOT)/bin/
 FHS_SO_DIR=$(FHS_LIB_DIR)sope-$(MAJOR_VERSION).$(MINOR_VERSION)/products/
+FHS_MAN_DIR=$(FHS_INSTALL_ROOT)/man
 
 NONFHS_LIBDIR="$(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR)/"
 NONFHS_LIBNAME="$(LIBRARY_NAME)$(LIBRARY_NAME_SUFFIX)$(SHARED_LIBEXT)"
@@ -21,6 +22,9 @@ fhs-header-dirs ::
 fhs-bin-dirs ::
        $(MKDIRS) $(FHS_BIN_DIR)
 
+fhs-man-dirs ::
+       $(MKDIRS) $(FHS_MAN_DIR)
+
 fhs-products-dirs ::
        $(MKDIRS) $(FHS_SO_DIR)
 
@@ -52,6 +56,15 @@ move-bundles-to-fhs :: fhs-products-dirs
 move-to-fhs :: move-headers-to-fhs move-libs-to-fhs move-tools-to-fhs \
                move-bundles-to-fhs
 
-after-install :: move-to-fhs
+install-fhs-manpages :: fhs-man-dirs
+       @echo "installing manpages in $(FHS_MAN_DIR) ..."
+       for i in $(FHS_MANPAGES); do \
+         msection="$(FHS_MAN_DIR)/man`echo -n $$i | tail -c 1`"; \
+         $(MKDIRS) $$msection; \
+         nroff -mandoc  -Tascii $$i >/dev/null; \
+         $(INSTALL_DATA) $$i $$msection; \
+       done
+
+after-install :: install-fhs-manpages move-to-fhs
 
 endif
index 5797752303651f0d7165f15ca77c669001e8662e..29bf3acbce26ad65859acf160b7d1024ffe73589 100644 (file)
@@ -1,4 +1,4 @@
-.TH sope-ngobjweb 8 "October 2004" SOPE "User Manuals"
+.TH sope-ngobjweb 5 "October 2004" "SOPE" "User Manuals"
 .\" Copyright (c) 2004 Helge Hess. All rights reserved.
 .\" ====================================================================
 .\"
@@ -189,7 +189,7 @@ Enable/disable debug logs in the page request handler.
 .SH XML-RPC Subsystem Defaults
 .IP "-WOCoreOnXmlRpcFault YES|NO (NO)"
 .IP "-WOLogXmlRpcSelectorMapping YES|NO (NO)"
-.IP "-SoObjectXmlRpcDispatcherDebugEnabled YES|NO (NO)" = NO"
+.IP "-SoObjectXmlRpcDispatcherDebugEnabled YES|NO (NO)"
 
 .SH WebDAV Subsystem Defaults
 .IP "-SoObjectDAVDispatcherDebugEnabled YES|NO (NO)"