summaryrefslogtreecommitdiff
blob: 7f0337351fd9680e49b61e3702794ba1d7312c05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- docs/CommandGuide/Makefile.orig	2009-10-26 16:54:33.000000000 +0100
+++ docs/CommandGuide/Makefile	2009-10-26 17:07:34.000000000 +0100
@@ -19,7 +19,7 @@
 DST_PS_DIR=ps/
 
 # If we are in BUILD_FOR_WEBSITE mode, default to the all target.
-all:: html man ps
+all:: html man
 
 clean:
 	rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
@@ -90,9 +90,6 @@
 	$(Echo) Installing MAN CommandGuide Documentation
 	$(Verb) $(MKDIR) $(MAN_DIR)
 	$(Verb) $(DataInstall) $(INSTALL_MANS) $(MAN_DIR)
-	$(Echo) Installing PS CommandGuide Documentation
-	$(Verb) $(MKDIR) $(PS_DIR)
-	$(Verb) $(DataInstall) $(PS) $(PS_DIR)
 
 uninstall-local::
 	$(Echo) Uninstalling CommandGuide Documentation