mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
remove references to coding (followup 7b0837f)
This commit is contained in:
parent
f3507747a7
commit
77526bd1a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,7 +25,6 @@ build*
|
|||||||
debian/*.debhelper
|
debian/*.debhelper
|
||||||
debian/*.substvars
|
debian/*.substvars
|
||||||
desktop.ini
|
desktop.ini
|
||||||
doc/CODING.tex
|
|
||||||
doc/INSTALL.tex
|
doc/INSTALL.tex
|
||||||
i18n/*.qm
|
i18n/*.qm
|
||||||
Makefile
|
Makefile
|
||||||
|
2
debian/qgis-common.install
vendored
2
debian/qgis-common.install
vendored
@ -1,6 +1,4 @@
|
|||||||
usr/share/qgis/doc/AUTHORS
|
usr/share/qgis/doc/AUTHORS
|
||||||
usr/share/qgis/doc/CODING
|
|
||||||
usr/share/qgis/doc/CODING.html
|
|
||||||
usr/share/qgis/doc/CONTRIBUTORS
|
usr/share/qgis/doc/CONTRIBUTORS
|
||||||
usr/share/qgis/doc/DONORS
|
usr/share/qgis/doc/DONORS
|
||||||
usr/share/qgis/doc/INSTALL
|
usr/share/qgis/doc/INSTALL
|
||||||
|
@ -19,8 +19,3 @@ txt2tags -o INSTALL.html -t html INSTALL.t2t
|
|||||||
txt2tags -o INSTALL.tex -t tex INSTALL.t2t
|
txt2tags -o INSTALL.tex -t tex INSTALL.t2t
|
||||||
pdflatex INSTALL.tex
|
pdflatex INSTALL.tex
|
||||||
mv INSTALL.pdf ..
|
mv INSTALL.pdf ..
|
||||||
txt2tags -o ../CODING -t txt CODING.t2t
|
|
||||||
txt2tags -o CODING.html -t html CODING.t2t
|
|
||||||
txt2tags -o CODING.tex -t tex CODING.t2t
|
|
||||||
pdflatex CODING.tex
|
|
||||||
mv CODING.pdf ..
|
|
||||||
|
@ -333,7 +333,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||||||
%postun python -p /sbin/ldconfig
|
%postun python -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc BUGS CODING NEWS Exception_to_GPL_for_Qt.txt ChangeLog.gz
|
%doc BUGS NEWS Exception_to_GPL_for_Qt.txt ChangeLog.gz
|
||||||
# QGIS shows the following files in the GUI, including the license text
|
# QGIS shows the following files in the GUI, including the license text
|
||||||
%doc %{_datadir}/%{name}/doc/
|
%doc %{_datadir}/%{name}/doc/
|
||||||
%dir %{_datadir}/%{name}/i18n/
|
%dir %{_datadir}/%{name}/i18n/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user