Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: Don't store pngs, they can be automatically generated
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Jan 1, 2024
1 parent 972a686 commit d7bd81f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright (c) 2023 Humanitarian OpenStreetMap Team
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 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 Affero General Public License for more details.

# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

# Humanitarian OpenStreetmap Team
# 1100 13th Street NW Suite 800 Washington, D.C. 20005
# <[email protected]>

PACKAGE := org.tm-admin.py
NAME := tm-admin
VERSION := 0.1.0

DRAW := $(wildcard */*.odt)

all: $(DRAW)

apidoc:
-@doxygen

%.png: %.odt
@echo "Generating $@ file for use in Markdown files"
-libreoffice --draw --convert-to png "$<"

force:

0 comments on commit d7bd81f

Please sign in to comment.