head 1.6; access; symbols; locks; strict; comment @# @; 1.6 date 98.09.05.14.30.32; author alexis; state Exp; branches; next 1.5; 1.5 date 98.09.05.14.26.36; author alexis; state Exp; branches; next 1.4; 1.4 date 98.09.05.11.01.34; author alexis; state Exp; branches; next 1.3; 1.3 date 98.09.02.11.13.09; author alexis; state Exp; branches; next 1.2; 1.2 date 98.09.01.18.35.59; author alexis; state Exp; branches; next 1.1; 1.1 date 98.09.01.17.59.49; author alexis; state Exp; branches; next ; desc @@ 1.6 log @removed a long named file that got in by mistake @ text @# $Id: Makefile,v 1.5 1998/09/05 14:26:36 alexis Exp alexis $ SUPPORT_DIR = ../support include ../Makefile.defs COMPONENTS = examples FILES = \ images/separator.jpg \ index.html \ linux-sa/news/index.html \ linux-sa/news/list-of-newsgroups.html \ linux-sa/news/subscribing.html \ linux-sa/news/unsubscribing.html \ linux-sa/index.html \ linux-sa/sw-mgmt/archiving-software.html \ linux-sa/sw-mgmt/index.html \ linux-sa/sw-mgmt/installing-debs.html \ user-tasks/index.html \ hardware/index.html \ meta/index.html \ meta/node.html \ meta/leaf.html \ meta/document-conventions.html \ meta/last-node.html \ meta/design.html \ windows98/index.html \ windows98/misc/index.html \ windows98/misc/desktop-themes.html \ windows98/misc/exercising-sg.html compile: $(FILES) clean: install: compile $(INSTALL) -o root -g root -m 555 -d \ $(PRGDOCDIR) umask 022; tar cf - $(FILES) | \ ( cd $(PRGDOCDIR) && tar xvf - ) uninstall: -cd $(PRGDOCDIR) && rm -f $(FILES) -cd $(PRGDOCDIR) && { echo $(FILES) | xargs -n 1 echo | xargs -n 1 dirname | \ egrep -v '^\.$$' | sort -ur | xargs rmdir; } -rmdir $(PRGDOCDIR) @ 1.5 log @updated list of files - shorter pathnames @ text @d1 1 a1 1 # $Id: Makefile,v 1.4 1998/09/05 11:01:34 alexis Exp alexis $ a17 1 linux-sa/sw-mgmt/installing-debian-packages.html \ @ 1.4 log @updated list of files to install @ text @d1 1 a1 1 # $Id: Makefile,v 1.3 1998/09/02 11:13:09 alexis Exp alexis $ d11 9 a19 8 linux-sysadmin-tasks/news/index.html \ linux-sysadmin-tasks/news/list-of-newsgroups.html \ linux-sysadmin-tasks/news/subscribing.html \ linux-sysadmin-tasks/news/unsubscribing.html \ linux-sysadmin-tasks/index.html \ linux-sysadmin-tasks/software-management/archiving-software.html \ linux-sysadmin-tasks/software-management/index.html \ linux-sysadmin-tasks/software-management/installing-debian-packages.html \ d29 3 a31 3 windows98/miscellaneous/index.html \ windows98/miscellaneous/desktop-themes.html \ windows98/miscellaneous/exercising-sound-and-graphics.html @ 1.3 log @found a way to remove an directory hierachy safely @ text @d1 1 a1 1 # $Id: Makefile,v 1.2 1998/09/01 18:35:59 alexis Exp alexis $ d8 23 a30 16 FILES = \ index.html \ linux-sysadmin-tasks/news/index.html \ linux-sysadmin-tasks/news/list-of-newsgroups.html \ linux-sysadmin-tasks/news/subscribing.html \ linux-sysadmin-tasks/news/unsubscribing.html \ linux-sysadmin-tasks/index.html \ linux-sysadmin-tasks/software-management/index.html \ user-tasks/index.html \ hardware/index.html \ images/separator.jpg \ meta/index.html \ meta/node.html \ meta/leaf.html \ meta/document-conventions.html \ meta/last-node.html @ 1.2 log @added install and uninstall target tho' latter broken @ text @d1 1 a1 1 # $Id: Makefile,v 1.3 1998/08/23 14:37:03 alexis Exp $ a10 1 linux-sysadmin-tasks/news/granting-access.html \ d37 2 @ 1.1 log @Initial revision @ text @d8 17 a24 1 FILES = COPYING INSTALL README.1ST TODO a26 3 for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done a28 3 for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done d33 2 a34 5 $(INSTALL) -o root -g root -m 444 $(FILES) \ $(PRGDOCDIR) for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done a36 3 for DIR in $(COMPONENTS); do \ ( cd $$DIR && $(MAKE) $@@ ) || exit 1; \ done @