groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff/contrib/mom ChangeLog Makefile.sub


From: Werner LEMBERG
Subject: [Groff-commit] groff/contrib/mom ChangeLog Makefile.sub
Date: Fri, 04 Jan 2013 07:19:51 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     13/01/04 07:19:51

Modified files:
        contrib/mom    : ChangeLog Makefile.sub 

Log message:
        o Makefile.sub (install_data): Create directory for PDF documentation.
          This is necesssary in case GhostScript is not available, and no other
          PDF files have been created yet.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/mom/ChangeLog?cvsroot=groff&r1=1.76&r2=1.77
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/mom/Makefile.sub?cvsroot=groff&r1=1.32&r2=1.33

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/contrib/mom/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- ChangeLog   30 Dec 2012 14:22:17 -0000      1.76
+++ ChangeLog   4 Jan 2013 07:19:51 -0000       1.77
@@ -1,6 +1,12 @@
+* Fri Jan 4 2012
+
+o Makefile.sub (install_data): Create directory for PDF documentation.
+  This is necesssary in case GhostScript is not available, and no other
+  PDF files have been created yet.
+
 * Sun Dec 30 2012
 
-o Makefile.sub (install-data): Fix symlink.
+o Makefile.sub (install_data): Fix symlink.
   Patch from Elias Pipping <address@hidden>.
 
 * Thu Sep 20 2012

Index: Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/contrib/mom/Makefile.sub,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- Makefile.sub        30 Dec 2012 14:22:17 -0000      1.32
+++ Makefile.sub        4 Jan 2013 07:19:51 -0000       1.33
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2006, 2009, 2012
+# Copyright (C) 2002-2006, 2009, 2012-2013
 #   Free Software Foundation, Inc.
 #      Written by Werner Lemberg (address@hidden)
 # 
@@ -158,6 +158,8 @@
          rm -f $(DESTDIR)$(exampledir)/mom/$$f; \
          $(INSTALL_DATA) examples/$$f $(DESTDIR)$(exampledir)/mom/$$f; \
        done
+       -test -d $(DESTDIR)$(pdfdocdir) \
+         || $(mkinstalldirs) $(DESTDIR)$(pdfdocdir)
        for f in $(PDFDOCFILE); do \
          rm -f $(DESTDIR)$(pdfdocdir)/$$f; \
          ln -s $(exampledir)/mom/$$f $(DESTDIR)$(pdfdocdir)/$$f; \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]