You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
693 B
25 lines
693 B
14 years ago
|
From a76bba7ea9d1be82ae43cae2c1ea839a2708925d Mon Sep 17 00:00:00 2001
|
||
|
From: Hicham HAOUARI <hicham.haouari@gmail.com>
|
||
|
Date: Tue, 27 Sep 2011 18:02:46 +0000
|
||
|
Subject: [PATCH 3/6] Fix html doc installation location
|
||
|
|
||
|
---
|
||
|
docs/Makefile.am | 1 +
|
||
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
||
|
|
||
|
diff --git a/docs/Makefile.am b/docs/Makefile.am
|
||
|
index 12bd1a2..1f73cbc 100644
|
||
|
--- a/docs/Makefile.am
|
||
|
+++ b/docs/Makefile.am
|
||
|
@@ -48,6 +48,7 @@ HTMLFILES = \
|
||
|
html/nautilus-python-enum-reference.html \
|
||
|
html/enum-nautilus-python-operation-result.html \
|
||
|
html/nautilus-python.devhelp
|
||
|
+HTML_DATA = $(HTMLFILES)
|
||
|
|
||
|
CSS_FILES = $(PYGOBJECT_PYGDOCS)/style.css
|
||
|
CSSdir = $(HTMLdir)
|
||
|
--
|
||
|
1.7.6.4
|
||
|
|