diff options
author | andy brookes <andybrookestar@gmail.com> | 2019-07-04 07:46:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-04 07:51:28 +0700 |
commit | b3ae3a1fd9d84a5bd839896ee5e36e8ea75644b3 (patch) | |
tree | e3082ef4c2c1e7b61d20e9304aa78b3bef9494d6 /academic | |
parent | d2b3906c79e06d8e8f7e8bbb6743acb1fe30abdb (diff) |
academic/latex2html: Added manual doc.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/latex2html/README | 9 | ||||
-rw-r--r-- | academic/latex2html/latex2html.SlackBuild | 4 | ||||
-rw-r--r-- | academic/latex2html/manual.pdf | bin | 0 -> 907245 bytes |
3 files changed, 9 insertions, 4 deletions
diff --git a/academic/latex2html/README b/academic/latex2html/README index 006e06046c0a..70e56c133772 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 a7e3b7901973..31b157c4bb11 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 Binary files differnew file mode 100644 index 000000000000..28a5159b3874 --- /dev/null +++ b/academic/latex2html/manual.pdf |