summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
-rw-r--r--MANIFEST2
-rw-r--r--Makefile.comm3
-rw-r--r--Makefile.in3
-rw-r--r--font/devps/generate/Makefile4
5 files changed, 20 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 967f80d0..0f994e37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-12-31 Werner LEMBERG <wl@gnu.org>
+
+ * font/devps/generate/Makefile (symbolsl.afm): Use $(srcdir).
+
+ * Makefile.comm (fonts): New (empty) target.
+ * Makefile.in (TARGETS): Add `fonts'.
+
+ * MANIFEST: Add `chem'.
+
+2006-12-26 Werner LEMBERG <wl@gnu.org>
+
+ * src/preproc/grn/hdb.cpp: Include gprint.h later. From NetBSD.
+
2006-12-19 Werner LEMBERG <wl@gnu.org>
Add support for German. For activation, simply use -mde or -mden
diff --git a/MANIFEST b/MANIFEST
index efb717d9..1758a78d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -52,6 +52,8 @@ the groff source distribution.
misc Data needed for various platforms.
./contrib Part of groff, but maintained by other people.
+ chem A preprocessor (for pic) to produce chemical structure
+ diagrams.
eqn2graph Convert equations created with EQN into different
graphical formats.
gdiffmk An improved implementation of the diffmk command to mark
diff --git a/Makefile.comm b/Makefile.comm
index 729d06b7..c19cacd6 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -57,11 +57,12 @@ all do_install install_bin install_data TAGS depend distfiles uninstall_sub:
do_install: install_bin install_data
uninstall: uninstall_sub
pure:
+fonts:
.PHONY: all clean distclean mostlyclean realclean extraclean depend distfiles
.PHONY: install install_bin install_data
.PHONY: uninstall uninstall_sub
-.PHONY: pure
+.PHONY: pure fonts
mostlyclean:
-rm -f $(MOSTLYCLEANFILES)
diff --git a/Makefile.in b/Makefile.in
index a9ce72c2..68368fc2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -622,7 +622,7 @@ DISTDIRS=\
$(INCDIRS) $(LIBDIRS) $(PROGDIRS) $(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) \
$(ALLTTYDEVDIRS) $(OTHERDIRS) $(EXTRADIRS) $(NOMAKEDIRS)
TARGETS=all install_bin install_data clean distclean mostlyclean \
- realclean extraclean distfiles TAGS depend uninstall_sub
+ realclean extraclean distfiles TAGS depend uninstall_sub fonts
# This ENVSETUP gork is required by the DJGPP build on Windows 9X,
# where Make needs to be case-sensitive to find files like BI and VERSION.
@@ -810,7 +810,6 @@ uninstall_dirs:
check:
@echo There is no validation suite for this package.
-
#check: site.exp docheck
#.PHONY: docheck
diff --git a/font/devps/generate/Makefile b/font/devps/generate/Makefile
index e6d2397f..f0d1a660 100644
--- a/font/devps/generate/Makefile
+++ b/font/devps/generate/Makefile
@@ -218,10 +218,10 @@ symbol.afm: $(srcdir)/symbol.sed
-rm -f $@
sed -f $(srcdir)/symbol.sed `$(AFMNAME) $(afmdir)/Symbol.afm` >$@
-symbolsl.afm: $(srcdir)/symbolsl.awk symbolsl.ps
+symbolsl.afm: $(srcdir)/symbolsl.awk $(srcdir)/../symbolsl.ps
-rm -f $@
-rm -f Fontmap
- echo "/Symbol-Slanted (./symbolsl.ps) ;" > Fontmap
+ echo "/Symbol-Slanted ($(srcdir)/../symbolsl.ps) ;" > Fontmap
echo "/Symbol ($(symbolfont)) ;" >> Fontmap
$(PRINTAFM) Symbol-Slanted > tmp.afm
awk -f $(srcdir)/symbolsl.awk -v SYMAFM=`$(AFMNAME) \