(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / rpm / manLinux / man1m.Z

File: [Pegasus] / pegasus / rpm / manLinux / man1m.Z / Attic / Makefile (download)
Revision: 1.1, Tue Jun 29 20:14:36 2004 UTC (20 years ago) by konrad.r
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_FC_CANDIDATE_1, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP213_SIZE_OPTIMIZATIONS, PEP-214B-root, MONITOR_CONSOLIDATION_2_5_BRANCH, IBM_241_April1405, CQL_2_5_BRANCH, CHUNKTESTDONE_PEP140
PEP#: 152
TITLE: Make Pegaus LSB compliant

DESCRIPTION:
Add makefiles for manpages so that they can be installed using 'make install'

ROOT = ../../..

include $(ROOT)/mak/config.mak
clean:

install:

ifeq ($(OS_TYPE),unix)
	$(MKDIRHIER) $(DEST_MAN_DIR)/man8
	$(COPY) cimauth.1m  $(DEST_MAN_DIR)/man8/cimauth.8
	$(COPY) cimconfig.1m $(DEST_MAN_DIR)/man8/cimconfig.8 
	$(COPY) cimprovider.1m $(DEST_MAN_DIR)/man8/cimprovider.8
	$(COPY) cimserver.1m $(DEST_MAN_DIR)/man8/cimserver.8
endif

prestarttests:

poststarttests:

tests:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2