This commit is contained in:
Poyraz76
2015-08-20 17:12:15 +03:00
parent 424c761565
commit 566aef2b42
6 changed files with 186 additions and 0 deletions
@@ -0,0 +1,14 @@
--- docs/Makefile.am.orig 2006-10-05 10:28:28.000000000 +0200
+++ docs/Makefile.am 2012-07-03 09:59:46.000000000 +0200
@@ -18,9 +18,9 @@
mkdir -lash-manual-html-split; \
fi
cd lash-manual-html-one-page && \
- texi2html --number ../$(top_srcdir)/docs/lash-manual.texi
+ texi2html ../$(top_srcdir)/docs/lash-manual.texi
cd lash-manual-html-split && \
- texi2html --number --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
+ texi2html --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
touch html-manual-stamp
CLEANFILES = html-manual-stamp lash-manual.cps
@@ -0,0 +1,11 @@
[Desktop Entry]
Name=LASH Panel
GenericName=LASH Control Panel
GenericName[tr]=LASH Kontrol Paneli
Comment=LASH Control Panel
Comment[tr]=LASH Kontrol Paneli
Categories=Application;AudioVideo;
Icon=lash.png
Exec=/usr/bin/lash_panel
Terminal=false
Type=Application
@@ -0,0 +1,14 @@
--- docs/Makefile.in.orig 2008-11-09 22:45:28.000000000 +0100
+++ docs/Makefile.in 2011-07-23 17:12:26.000000000 +0200
@@ -527,9 +527,9 @@
@HAVE_TEXI2HTML_TRUE@ mkdir -lash-manual-html-split; \
@HAVE_TEXI2HTML_TRUE@ fi
@HAVE_TEXI2HTML_TRUE@ cd lash-manual-html-one-page && \
-@HAVE_TEXI2HTML_TRUE@ texi2html --number ../$(top_srcdir)/docs/lash-manual.texi
+@HAVE_TEXI2HTML_TRUE@ texi2html --number-footnotes --number-sections ../$(top_srcdir)/docs/lash-manual.texi
@HAVE_TEXI2HTML_TRUE@ cd lash-manual-html-split && \
-@HAVE_TEXI2HTML_TRUE@ texi2html --number --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
+@HAVE_TEXI2HTML_TRUE@ texi2html --number-footnotes --number-sections --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
@HAVE_TEXI2HTML_TRUE@ touch html-manual-stamp
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.