Removed groff_font_path.
authorBen Pfaff <blp@gnu.org>
Tue, 16 May 2006 13:51:39 +0000 (13:51 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 16 May 2006 13:51:39 +0000 (13:51 +0000)
src/libpspp/ChangeLog
src/libpspp/automake.mk
src/libpspp/message.c
src/libpspp/version.h

index befea2038341fdfcb74be613da8027f6e4e12d28..34f95e3913c6403eff20de3a5e49b1a10e674f95 100644 (file)
@@ -1,3 +1,13 @@
+Tue May 16 06:50:35 2006  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk (src/libpspp/version.c): Removed groff_font_path,
+       which is no longer used.
+
+       * message.c (request_bug_report_and_abort): Don't print
+       groff_font_path, which no longer exists.
+
+       * version.h (locale_dir): Removed groff_font_path.
+
 Sun May 14 22:06:53 2006  Ben Pfaff  <blp@gnu.org>
 
        * str.c (spprintf): Moved definition of spprintf() here, from
index 82fe0573c29feadc945316cfc713bcbb0c3c8121..8f1b096ba6913b66db2a9e00697e801894785ff4 100644 (file)
@@ -52,12 +52,6 @@ src/libpspp/version.c:
 \"~/.pspp:$(pkgsysconfdir)\";" >> $@
        echo "const char include_path[] =\
 \"./:~/.pspp/include:$(pkgdatadir)\";" >> $@
-       echo "const char groff_font_path[] = \"~/.pspp/font:\" \\" >> $@
-       echo "  \"$(pkgdatadir)/font:\" \\" >> $@
-       echo "  \"/usr/local/lib/groff/font:\" \\" >> $@
-       echo "  \"/usr/lib/groff/font:\" \\" >> $@
-       echo "  \"/usr/local/share/groff/font:\" \\" >> $@
-       echo "  \"/usr/share/groff/font\";" >> $@
        echo "const char locale_dir[] = \"$(datadir)/locale\";" >> $@
 
 
index 6bc8344a4d06bfb40b3b21a8d46fe8057366a9b3..b88c1247411f5a1f93efcba2c5671db928b54187 100644 (file)
@@ -137,7 +137,6 @@ request_bug_report_and_abort(const char *msg )
          "build_system:        %s\n"
          "default_config_path: %s\n"
          "include_path:        %s\n"
-         "groff_font_path:     %s\n"
          "locale_dir:          %s\n"
          "compiler version:    %s\n"
          ,
@@ -149,7 +148,6 @@ request_bug_report_and_abort(const char *msg )
          build_system,
          default_config_path,
          include_path, 
-         groff_font_path,
          locale_dir,
 #ifdef __VERSION__
          __VERSION__
index 35ba707b55f60a149414f4edb730e1487d774967..6d20d083d38572310b2115966fc4f2df6e38643b 100644 (file)
@@ -42,9 +42,6 @@ extern const char default_config_path[];
 /* Include path. */
 extern const char include_path[];
 
-/* Font path. */
-extern const char groff_font_path[];
-
 /* Locale directory. */
 extern const char locale_dir[];