File: makefile-disable-doc-clean

package info (click to toggle)
plr 1%3A8.3.0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 592 kB
  • ctags: 339
  • sloc: ansic: 4,378; sql: 436; makefile: 90; sh: 31
file content (18 lines) | stat: -rw-r--r-- 527 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ DATA_built	= plr.sql
 DATA		= plr--8.3.0.17.sql plr--unpackaged--8.3.0.17.sql
 DOCS		= README.plr
 REGRESS		= plr
-EXTRA_CLEAN	= doc/html/* doc/plr-US.aux doc/plr-*.log doc/plr-*.out doc/plr-*.pdf doc/plr-*.tex-pdf doc/HTML.index
+EXTRA_CLEAN_MANUAL	= doc/html/* doc/plr-US.aux doc/plr-*.log doc/plr-*.out doc/plr-*.pdf doc/plr-*.tex-pdf doc/HTML.index
 
 ifdef USE_PGXS
 ifndef PG_CONFIG
@@ -93,3 +93,6 @@ all:
 	 echo ""
 
 endif
+
+clean_manual:
+	rm -f $(EXTRA_CLEAN_MANUAL)