summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author andy brookes2019-07-04 02:46:27 +0200
committer Willy Sudiarto Raharjo2019-07-04 02:51:28 +0200
commitb3ae3a1fd9d84a5bd839896ee5e36e8ea75644b3 (patch)
treee3082ef4c2c1e7b61d20e9304aa78b3bef9494d6
parentd2b3906c79e06d8e8f7e8bbb6743acb1fe30abdb (diff)
downloadslackbuilds-b3ae3a1fd9d84a5bd839896ee5e36e8ea75644b3.tar.gz
academic/latex2html: Added manual doc.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--academic/latex2html/README9
-rw-r--r--academic/latex2html/latex2html.SlackBuild4
-rw-r--r--academic/latex2html/manual.pdfbin0 -> 907245 bytes
3 files changed, 9 insertions, 4 deletions
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
--- /dev/null
+++ b/academic/latex2html/manual.pdf
Binary files differ