weechat-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Weechat-cvs] weechat/doc/cs Makefile.am


From: FlashCode
Subject: [Weechat-cvs] weechat/doc/cs Makefile.am
Date: Tue, 20 Jun 2006 13:36:29 +0000

CVSROOT:        /sources/weechat
Module name:    weechat
Changes by:     FlashCode <flashcode>   06/06/20 13:36:29

Added files:
        doc/cs         : Makefile.am 

Log message:
        Added Makefile.am for czech quickstart guide

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/weechat/doc/cs/Makefile.am?cvsroot=weechat&rev=1.1

Patches:
Index: Makefile.am
===================================================================
RCS file: Makefile.am
diff -N Makefile.am
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ Makefile.am 20 Jun 2006 13:36:29 -0000      1.1
@@ -0,0 +1,28 @@
+# Copyright (c) 2003-2006 FlashCode <address@hidden>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+#
+
+LANGCODE = cs
+QUICKSTART = weechat_quickstart.$(LANGCODE).txt
+
+EXTRA_DIST = $(QUICKSTART)
+
+docdir = $(datadir)/doc/$(PACKAGE)
+
+# install docs
+
+install-data-hook:
+       $(INSTALL_DATA) $(QUICKSTART) $(DESTDIR)$(docdir)/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]