mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add rules for installing documentation
This commit is contained in:
@@ -15,9 +15,14 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
SUBDIRS = . images ru
|
SUBDIRS = . images ru
|
||||||
|
|
||||||
EXTRA_DIST = comparison.html \
|
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
||||||
|
|
||||||
|
doc_DATA = \
|
||||||
|
comparison.html \
|
||||||
developers.html \
|
developers.html \
|
||||||
documentation.html \
|
documentation.html \
|
||||||
download.html \
|
download.html \
|
||||||
@@ -28,3 +33,4 @@ EXTRA_DIST = comparison.html \
|
|||||||
index.html \
|
index.html \
|
||||||
news.html
|
news.html
|
||||||
|
|
||||||
|
EXTRA_DIST = $(doc_DATA)
|
||||||
|
|||||||
@@ -15,6 +15,13 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
EXTRA_DIST = 1x1.gif \
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/images
|
||||||
|
|
||||||
|
doc_DATA = \
|
||||||
|
1x1.gif \
|
||||||
cafebug.gif \
|
cafebug.gif \
|
||||||
logo.jpg
|
logo.jpg
|
||||||
|
|
||||||
|
EXTRA_DIST = $(doc_DATA)
|
||||||
|
|||||||
@@ -15,7 +15,11 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
EXTRA_DIST = \
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ru
|
||||||
|
|
||||||
|
doc_DATA = \
|
||||||
authors.html \
|
authors.html \
|
||||||
comparison.html \
|
comparison.html \
|
||||||
developers.html \
|
developers.html \
|
||||||
@@ -28,3 +32,5 @@ EXTRA_DIST = \
|
|||||||
index.html \
|
index.html \
|
||||||
links.html \
|
links.html \
|
||||||
news.html
|
news.html
|
||||||
|
|
||||||
|
EXTRA_DIST = $(doc_DATA)
|
||||||
|
|||||||
Reference in New Issue
Block a user