From: Jakub Bogusz Date: Tue, 30 Dec 2003 19:38:31 +0000 (+0000) Subject: - direntry unification and reconstructed missing file for *.info regeneration X-Git-Tag: auto/th/3DLDF-2.0.2-1~9 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=25e413255e365793f7410f21e831559d944f12f3;p=packages%2F3DLDF.git - direntry unification and reconstructed missing file for *.info regeneration Changed files: 3DLDF-info.patch -> 1.1 --- 25e413255e365793f7410f21e831559d944f12f3 diff --git a/3DLDF-info.patch b/3DLDF-info.patch new file mode 100644 index 0000000..325d9ec --- /dev/null +++ b/3DLDF-info.patch @@ -0,0 +1,26 @@ +--- 3DLDF-1.1.4/DOC/TEXINFO/3DLDF.texi.orig 2003-12-10 18:05:14.000000000 +0100 ++++ 3DLDF-1.1.4/DOC/TEXINFO/3DLDF.texi 2003-12-30 19:41:42.428966584 +0100 +@@ -366,9 +366,9 @@ + @c Added @dircategory and @direntry at the suggestion of + @c Andreas Voegele. LDF 2003.12.01. + +-@dircategory GNU packages ++@dircategory Graphics Utilities: + @direntry +-* 3DLDF: (3DLDF). 3D drawing with MetaPost output. ++* 3DLDF: (3DLDF). 3D drawing with MetaPost output + @end direntry + + +--- 3DLDF-1.1.4/DOC/TEXINFO/using.texi.orig 1970-01-01 01:00:00.000000000 +0100 ++++ 3DLDF-1.1.4/DOC/TEXINFO/using.texi 2003-12-30 20:07:02.829830520 +0100 +@@ -0,0 +1,9 @@ ++@node Using 3DLDF, Points, Contributing to 3DLDF, Top ++@section Using 3DLDF ++ ++Since 3DLDF does not yet have an input routine, user code must be ++written in C++ (in `main.web', or some other file) and compiled. ++Then, 3DLDF must be relinked, together with the new file of object code ++resulting from the compilation. For now, the important point is that ++the text of the examples in this manual represent C++ code. ++@xref{Installing and Running 3DLDF}, for more information.