diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-03-20 11:18:53 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-03-20 11:18:53 +0000 |
| commit | 088527d628b52fe7f0490c1f8fd88f0158a803a1 (patch) | |
| tree | 26dd1d8606609bb4675052b37129ceed682c3109 | |
| parent | Whitespace cleanup. (diff) | |
| download | inkscape-088527d628b52fe7f0490c1f8fd88f0158a803a1.tar.gz inkscape-088527d628b52fe7f0490c1f8fd88f0158a803a1.zip | |
Doc. HACKING files moved to doc/.
Fixed bugs:
- https://launchpad.net/bugs/171315
(bzr r9215)
| -rw-r--r-- | Makefile.am | 3 | ||||
| -rw-r--r-- | doc/HACKING.de.txt (renamed from HACKING.de.txt) | 0 | ||||
| -rw-r--r-- | doc/HACKING.fr.txt (renamed from HACKING.fr.txt) | 0 | ||||
| -rw-r--r-- | doc/HACKING.it.txt (renamed from HACKING.it.txt) | 0 | ||||
| -rw-r--r-- | doc/HACKING.pt_BR.txt (renamed from HACKING.pt_BR.txt) | 0 | ||||
| -rw-r--r-- | doc/HACKING.txt (renamed from HACKING.txt) | 0 | ||||
| -rw-r--r-- | doc/Makefile.am | 5 |
7 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f07cf6979..4ec12fa34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,8 +39,7 @@ EXTRA_DIST = \ Info.plist.in \ Info.plist \ buildtool.cpp build.xml \ - README README.ca.txt README.de.txt README.es.txt README.fr.txt README.it.txt \ - HACKING.txt HACKING.de.txt HACKING.fr.txt HACKING.it.txt \ + README README.ca.txt README.de.txt README.es.txt README.fr.txt README.it.txt README.osx.txt README.pt_BR.txt README.sk.txt README.sr.txt \ TRANSLATORS \ inkscape.png \ inkscape.ico \ diff --git a/HACKING.de.txt b/doc/HACKING.de.txt index b7987b379..b7987b379 100644 --- a/HACKING.de.txt +++ b/doc/HACKING.de.txt diff --git a/HACKING.fr.txt b/doc/HACKING.fr.txt index d8540fb6b..d8540fb6b 100644 --- a/HACKING.fr.txt +++ b/doc/HACKING.fr.txt diff --git a/HACKING.it.txt b/doc/HACKING.it.txt index eb9d4c978..eb9d4c978 100644 --- a/HACKING.it.txt +++ b/doc/HACKING.it.txt diff --git a/HACKING.pt_BR.txt b/doc/HACKING.pt_BR.txt index 6aee17e96..6aee17e96 100644 --- a/HACKING.pt_BR.txt +++ b/doc/HACKING.pt_BR.txt diff --git a/HACKING.txt b/doc/HACKING.txt index 7fec67de1..7fec67de1 100644 --- a/HACKING.txt +++ b/doc/HACKING.txt diff --git a/doc/Makefile.am b/doc/Makefile.am index fec2189b3..a40af1eb8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,6 +3,11 @@ EXTRA_DIST = README.document \ architecture.txt \ class-hierarchy.dia \ coordinates.txt \ + HACKING.de.txt \ + HACKING.fr.txt \ + HACKING.it.txt \ + HACKING.pt_BR.txt \ + HACKING.txt \ keys.README \ keys.xml \ keys.de.xml \ |
