From b3ae3a1fd9d84a5bd839896ee5e36e8ea75644b3 Mon Sep 17 00:00:00 2001 From: andy brookes Date: Thu, 4 Jul 2019 07:46:27 +0700 Subject: academic/latex2html: Added manual doc. Signed-off-by: Willy Sudiarto Raharjo --- academic/latex2html/README | 9 ++++++++- academic/latex2html/latex2html.SlackBuild | 4 +--- academic/latex2html/manual.pdf | Bin 0 -> 907245 bytes 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 academic/latex2html/manual.pdf (limited to 'academic') diff --git a/academic/latex2html/README b/academic/latex2html/README index 006e06046c..70e56c1337 100644 --- a/academic/latex2html/README +++ b/academic/latex2html/README @@ -1,7 +1,7 @@ LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation. Latex2html is used for converting Latex files which -nave a .tex suffix to html. +have a .tex suffix to html a basic latex document looks like this: @@ -16,3 +16,10 @@ and cd to where helloworld.tex is. Then its a simple as $latex2html helloworld.tex + +for option flags type: $latex2html --help + +for extensive documentation see manual.pdf + +when package is installed a copy of manual.pdf +will be put in /usr/doc/latex2html-2019.2 diff --git a/academic/latex2html/latex2html.SlackBuild b/academic/latex2html/latex2html.SlackBuild index a7e3b79019..31b157c4bb 100644 --- a/academic/latex2html/latex2html.SlackBuild +++ b/academic/latex2html/latex2html.SlackBuild @@ -70,7 +70,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -85,8 +84,6 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux \ --host=$ARCH-slackware-linux - - make make install DESTDIR=$PKG @@ -98,6 +95,7 @@ cp -a \ FAQ INSTALL LICENSE MANIFEST README.md TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +cp $CWD/manual.pdf $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/academic/latex2html/manual.pdf b/academic/latex2html/manual.pdf new file mode 100644 index 0000000000..28a5159b38 Binary files /dev/null and b/academic/latex2html/manual.pdf differ -- cgit v1.2.3