mirror of
git://slackware.nl/current.git
synced 2025-01-14 08:01:11 +01:00
5a12e7c134
Wed Aug 26 10:00:38 CDT 2009 Slackware 13.0 x86_64 is released as stable! Thanks to everyone who helped make this release possible -- see the RELEASE_NOTES for the credits. The ISOs are off to the replicator. This time it will be a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. We're taking pre-orders now at store.slackware.com. Please consider picking up a copy to help support the project. Once again, thanks to the entire Slackware community for all the help testing and fixing things and offering suggestions during this development cycle. As always, have fun and enjoy! -P.
13 lines
693 B
Diff
13 lines
693 B
Diff
--- ./w_cmdpanel.c.orig 2006-08-14 18:53:22.000000000 -0500
|
|
+++ ./w_cmdpanel.c 2006-08-14 18:55:02.000000000 -0500
|
|
@@ -176,7 +176,9 @@
|
|
/* Tom Sato said that the Japanese version of the pdf looked ugly so we'll not distribute it now */
|
|
{"Xfig Reference (PDF, Japanese)...", 0, launch_refpdf_jp}
|
|
#else
|
|
- {"Xfig Reference (PDF)...", 0, launch_refpdf_en},
|
|
+ /* Why both a PDF and an HTML that are the same? Remove redundant option */
|
|
+ /* and don't distribute the English PDF with the Slackware package. */
|
|
+ /* {"Xfig Reference (PDF)...", 0, launch_refpdf_en}, */
|
|
#endif /* FIXED_JAPANESE_PDF */
|
|
{"Xfig Man Pages (HTML)...", 5, launch_man},
|
|
{"How-To Guide (PDF)...", 0, launch_howto},
|