diff options
Diffstat (limited to 'graphics/vcg/files/patch-doc_Makefile')
-rw-r--r-- | graphics/vcg/files/patch-doc_Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/vcg/files/patch-doc_Makefile b/graphics/vcg/files/patch-doc_Makefile new file mode 100644 index 000000000000..50ee46c635fc --- /dev/null +++ b/graphics/vcg/files/patch-doc_Makefile @@ -0,0 +1,20 @@ +--- 1.1 1995/02/18 16:57:50 ++++ doc/Makefile 1995/02/18 16:58:35 +@@ -72,7 +72,7 @@ + + + # RCS Version control stuff +- ++ + $(SOURCES): + $(CHECKOUT) $@ + +@@ -87,7 +87,7 @@ + + clean: + $(RM) -f *.aux *.toc *.log *.lof *.lot *.spell tmp* core +- ++ + veryclean: clean + $(RM) -f *.dvi + |